runtime._panic.startSP (field)
4 uses
runtime (current package)
panic.go#L894: p.startSP = unsafe.Pointer(sys.GetCallerSP())
panic.go#L1311: for ; p != nil && uintptr(p.startSP) < sp; p = p.link {
panic.go#L1332: gotoPc, sp = p.startPC, uintptr(p.startSP)
runtime2.go#L1179: startSP unsafe.Pointer
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |